home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
100 Plus Great Games 2
/
100PLUSV2.BIN
/
games
/
StreetsAlleys.dxr
/
Internal_2_game setup.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-01-25
|
222 b
|
12 lines
global stock, tableau, foundation, points, action, getlist
on prepareFrame me
getlist = VOID
stock = new(script("card pile"))
stock.cards = shuffle()
points = 0
action = 0
foundation = [:]
tableau = [:]
end